3.2.48 \(\int \frac {(a+b x^2)^2 (c+d x^2)}{x^3} \, dx\)

Optimal. Leaf size=51 \[ -\frac {a^2 c}{2 x^2}+\frac {1}{2} b x^2 (2 a d+b c)+a \log (x) (a d+2 b c)+\frac {1}{4} b^2 d x^4 \]

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 51, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {446, 76} \begin {gather*} -\frac {a^2 c}{2 x^2}+\frac {1}{2} b x^2 (2 a d+b c)+a \log (x) (a d+2 b c)+\frac {1}{4} b^2 d x^4 \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((a + b*x^2)^2*(c + d*x^2))/x^3,x]

[Out]

-(a^2*c)/(2*x^2) + (b*(b*c + 2*a*d)*x^2)/2 + (b^2*d*x^4)/4 + a*(2*b*c + a*d)*Log[x]

Rule 76

Int[((d_.)*(x_))^(n_.)*((a_) + (b_.)*(x_))*((e_) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*
x)*(d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, d, e, f, n}, x] && IGtQ[p, 0] && (NeQ[n, -1] || EqQ[p, 1]) && N
eQ[b*e + a*f, 0] && ( !IntegerQ[n] || LtQ[9*p + 5*n, 0] || GeQ[n + p + 1, 0] || (GeQ[n + p + 2, 0] && Rational
Q[a, b, d, e, f])) && (NeQ[n + p + 3, 0] || EqQ[p, 1])

Rule 446

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Dist[1/n, Subst[Int
[x^(Simplify[(m + 1)/n] - 1)*(a + b*x)^p*(c + d*x)^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p, q}, x] &&
 NeQ[b*c - a*d, 0] && IntegerQ[Simplify[(m + 1)/n]]

Rubi steps

\begin {align*} \int \frac {\left (a+b x^2\right )^2 \left (c+d x^2\right )}{x^3} \, dx &=\frac {1}{2} \operatorname {Subst}\left (\int \frac {(a+b x)^2 (c+d x)}{x^2} \, dx,x,x^2\right )\\ &=\frac {1}{2} \operatorname {Subst}\left (\int \left (b (b c+2 a d)+\frac {a^2 c}{x^2}+\frac {a (2 b c+a d)}{x}+b^2 d x\right ) \, dx,x,x^2\right )\\ &=-\frac {a^2 c}{2 x^2}+\frac {1}{2} b (b c+2 a d) x^2+\frac {1}{4} b^2 d x^4+a (2 b c+a d) \log (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 49, normalized size = 0.96 \begin {gather*} \frac {1}{4} \left (-\frac {2 a^2 c}{x^2}+2 b x^2 (2 a d+b c)+4 a \log (x) (a d+2 b c)+b^2 d x^4\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((a + b*x^2)^2*(c + d*x^2))/x^3,x]

[Out]

((-2*a^2*c)/x^2 + 2*b*(b*c + 2*a*d)*x^2 + b^2*d*x^4 + 4*a*(2*b*c + a*d)*Log[x])/4

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (a+b x^2\right )^2 \left (c+d x^2\right )}{x^3} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[((a + b*x^2)^2*(c + d*x^2))/x^3,x]

[Out]

IntegrateAlgebraic[((a + b*x^2)^2*(c + d*x^2))/x^3, x]

________________________________________________________________________________________

fricas [A]  time = 0.57, size = 54, normalized size = 1.06 \begin {gather*} \frac {b^{2} d x^{6} + 2 \, {\left (b^{2} c + 2 \, a b d\right )} x^{4} + 4 \, {\left (2 \, a b c + a^{2} d\right )} x^{2} \log \relax (x) - 2 \, a^{2} c}{4 \, x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+a)^2*(d*x^2+c)/x^3,x, algorithm="fricas")

[Out]

1/4*(b^2*d*x^6 + 2*(b^2*c + 2*a*b*d)*x^4 + 4*(2*a*b*c + a^2*d)*x^2*log(x) - 2*a^2*c)/x^2

________________________________________________________________________________________

giac [A]  time = 0.40, size = 70, normalized size = 1.37 \begin {gather*} \frac {1}{4} \, b^{2} d x^{4} + \frac {1}{2} \, b^{2} c x^{2} + a b d x^{2} + \frac {1}{2} \, {\left (2 \, a b c + a^{2} d\right )} \log \left (x^{2}\right ) - \frac {2 \, a b c x^{2} + a^{2} d x^{2} + a^{2} c}{2 \, x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+a)^2*(d*x^2+c)/x^3,x, algorithm="giac")

[Out]

1/4*b^2*d*x^4 + 1/2*b^2*c*x^2 + a*b*d*x^2 + 1/2*(2*a*b*c + a^2*d)*log(x^2) - 1/2*(2*a*b*c*x^2 + a^2*d*x^2 + a^
2*c)/x^2

________________________________________________________________________________________

maple [A]  time = 0.01, size = 50, normalized size = 0.98 \begin {gather*} \frac {b^{2} d \,x^{4}}{4}+a b d \,x^{2}+\frac {b^{2} c \,x^{2}}{2}+a^{2} d \ln \relax (x )+2 a b c \ln \relax (x )-\frac {a^{2} c}{2 x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^2+a)^2*(d*x^2+c)/x^3,x)

[Out]

1/4*b^2*d*x^4+x^2*a*b*d+1/2*b^2*c*x^2-1/2*a^2*c/x^2+ln(x)*a^2*d+2*ln(x)*a*b*c

________________________________________________________________________________________

maxima [A]  time = 1.07, size = 52, normalized size = 1.02 \begin {gather*} \frac {1}{4} \, b^{2} d x^{4} + \frac {1}{2} \, {\left (b^{2} c + 2 \, a b d\right )} x^{2} + \frac {1}{2} \, {\left (2 \, a b c + a^{2} d\right )} \log \left (x^{2}\right ) - \frac {a^{2} c}{2 \, x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+a)^2*(d*x^2+c)/x^3,x, algorithm="maxima")

[Out]

1/4*b^2*d*x^4 + 1/2*(b^2*c + 2*a*b*d)*x^2 + 1/2*(2*a*b*c + a^2*d)*log(x^2) - 1/2*a^2*c/x^2

________________________________________________________________________________________

mupad [B]  time = 0.09, size = 48, normalized size = 0.94 \begin {gather*} x^2\,\left (\frac {c\,b^2}{2}+a\,d\,b\right )+\ln \relax (x)\,\left (d\,a^2+2\,b\,c\,a\right )-\frac {a^2\,c}{2\,x^2}+\frac {b^2\,d\,x^4}{4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((a + b*x^2)^2*(c + d*x^2))/x^3,x)

[Out]

x^2*((b^2*c)/2 + a*b*d) + log(x)*(a^2*d + 2*a*b*c) - (a^2*c)/(2*x^2) + (b^2*d*x^4)/4

________________________________________________________________________________________

sympy [A]  time = 0.23, size = 48, normalized size = 0.94 \begin {gather*} - \frac {a^{2} c}{2 x^{2}} + a \left (a d + 2 b c\right ) \log {\relax (x )} + \frac {b^{2} d x^{4}}{4} + x^{2} \left (a b d + \frac {b^{2} c}{2}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x**2+a)**2*(d*x**2+c)/x**3,x)

[Out]

-a**2*c/(2*x**2) + a*(a*d + 2*b*c)*log(x) + b**2*d*x**4/4 + x**2*(a*b*d + b**2*c/2)

________________________________________________________________________________________